Help for this page

Select Code to Download


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