Information Technology Grimoire

Version .0.0.1

IT Notes from various projects because I forget, and hopefully they help you too.

par

10 years ago prereqs

steps for strawberry perl

  • extract to a folder
  • move it to C:\strawberry\perl\lib\
  • cd C:\strawberry\perl\lib\somefolder
  • perl makefile.pl
  • dmake
  • dmake test
  • dmake install

create exe

pp --gui --icon Icon.ico -o sample.exe sample.pl