Help for this page

Select Code to Download


  1. or download this
    Software error:
    syntax error at mytest.pl line 31, near "){"
    syntax error at mytest.pl line 89, near "}"
    mytest.pl had compilation errors.
    
  2. or download this
        if (@an_array) { print "has array elements\n" }
        if (%a_hash)   { print "has hash members\n"   }