Help for this page

Select Code to Download


  1. or download this
        
    sub hello {
    ...
    hello();
    
    1;
    
  2. or download this
    # works in plain perl, fails with this compilation line:
    # pp -P -r -v 99 -o packed.pl  somefile.pl
    ...
    hello();
    
    1;