Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
            print "not ok\n";
        }
    }
    
  2. or download this
    Useless use of a constant (jpeg) in void context at 
    Useless use of a constant (jpg) in void context at 
    not ok
    
  3. or download this
    perl -MO=Deparse given.pl
    
    ...
            print "not ok\n";
        }
    }
    
  4. or download this
        when ([qw/jpeg jpg png/]) {