Help for this page

Select Code to Download


  1. or download this
    foreach my $var (1, 2, 3, "skip", 4) {
       eval {                     # This block is ignored.
    ...
    }
    
    print("\n");
    
  2. or download this
    1234
    123skip4