Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
        print "I am the function\n";
        return 'anything';
    }
    
  2. or download this
    # perl memo
    I am the function
    ...
    anything
    Segmentation fault
    #