- or download this
#!/usr/bin/perl
...
}
print "$late\n";
- or download this
<p>/Perl$ ./latest.pl
Global symbol "$late" requires explicit package name at ./latest.pl li
+ne 11.
Execution of ./latest.pl aborted due to compilation errors.</p>
- or download this
#!/usr/bin/perl
...
print "$late\n";
}
return $late;