Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $R;
    ...
    print mySub(); #prints some string
    print mySub(); #again
    
  2. or download this
    
    1. R = ""
    ...
    
    3. R = "some string"
    some string