Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #distlog.pl
    ...
    IO::File->open(">$name.info") || die "Cannot create $name.info: $!";
            print $handle $_;
    }
    
  2. or download this
    Error:
    Can't use string ("IO::File") as a symbol ref while "strict refs" in u
    +se at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/IO/File.pm lin
    +e 188, <> line 1.