Help for this page

Select Code to Download


  1. or download this
    (@rest = split(/ /, $rest);
    
  2. or download this
    $apass = pop @rest;
    
  3. or download this
    print "ATTEMPT PASS: $apass\n";
    
  4. or download this
    print "\$REST: $rest\n";
    
  5. or download this
    foreach $i @rest {
        print "\@REST: $i\n";
    
  6. or download this
    print "\$_: $_\n";