Help for this page

Select Code to Download


  1. or download this
      print "The string is $foo\n";
    
  2. or download this
      my $foo;
      # some code
      print "The string is $foo\n";