User Profile
Collapse
-
i rewrote this code with my preferred language -
Error: Global symbol "" requires explicit package name at
there is a lot of errors in this perl. what causes and how can i fix them
Code:#!/usr/bin/perl use strict; use File::Path qw(make_path); use LWP::UserAgent; use File::Temp qw(tempfile tempdir); use Compress::Zlib qw(uncompress); sub readtime { my ($handle, $hashref) = @_; read $handle, my $rawtime, 8; ( $hashref->{'lsb32'},
Last edited by Rabbit; Oct 20 '14, 04:16 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Leave a comment: