- or download this
#!/usr/bin/env perl -l
...
BEGIN {
print 'Host: ', $host;
}
- or download this
$ pm_1125079_begin_before_use.pl
Use of uninitialized value $host in print at ./pm_1125079_begin_before
+_use.pl line 9.
Host:
- or download this
#!/usr/bin/env perl -l
...
BEGIN {
print 'Host: ', $host;
}
- or download this
$ pm_1125079_begin_before_use.pl
Host: localhost