- or download this
#use strict;
use warnings;
...
sub command {
print "Special command";
}
- or download this
VinsWorldcom@C:\Users\VinsWorldcom\tmp> perl script.pl
...
prompt> exit
VinsWorldcom@C:\Users\VinsWorldcom\tmp>
- or download this
package MyPackage;
...
}
}
}