Help for this page

Select Code to Download


  1. or download this
    my $package = "Compress::Zlib::";
    print "$package defined\n" if defined %$package;
    
  2. or download this
    defined(%hash) is deprecated at ./835534.pl line 10.
            (Maybe you should just omit the defined()?)