Help for this page

Select Code to Download


  1. or download this
    ###################
    #   Inside StackExchange.pm
    ...
    sub getAll {
        print "All Answers";
    }
    
  2. or download this
    #########
    # UsageTest.pl
    ...
    # Using Dumper..
    print Dumper($r);
    #returns => All Answers$VAR1 = 1