Help for this page

Select Code to Download


  1. or download this
    for ('23') {
      /2/ and process($0);
      /3/ and finalize();
    }
    
  2. or download this
    Modification of a read-only value attempted at ./test.pl line 9.
    
  3. or download this
    for my $switch ($runlvl) {
      $switch =~ /2/ and process($0);
      $switch =~ /3/ and finalize();
    }