- or download this
WriteMakefile(
NAME => 'Test::Bin',
...
{ 'bin/test.PL $(INSTALLSITELIB) $(INSTALLSITEARCH)'
=> 'lib/Test/Bin.pm' },
);
- or download this
package Test::Bin;
...
1;
__END__
- or download this
#!/usr/bin/perl -w -pi~
# Use command line options to read and write file(s).
...
1;
__END__
- or download this
package Test::Bin;
...
1;
__END__