Help for this page

Select Code to Download


  1. or download this
      {
          my $foo  =  "Ignore the \\slash, expand $boo.";
      }
    
  2. or download this
      {
         # do something to get perl 
    ...
    
         my $foo  =  "Ignore the \slash, expand $boo.";
      }