Help for this page

Select Code to Download


  1. or download this
    $_ = "abcdefg";
    my @some_array = (1 ..2);
    ...
       }
       print $&;
    }
    
  2. or download this
    $_ = "abcdefg";
    
    ...
       }
       print $&;
    }