Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    {
        warn "there can only be one, and it's in the ELSE clause\n"
    }
    
  2. or download this
    Perl version is: 5.026001
    there can only be one, and it's in the IF clause
    ...
    there can only be one, and it's in the ELSE clause