in reply to Still having problems with user 'backup' script
#! /usr/bin/perl use strict; my $var; $var = 'Hello World'; print $var,"\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Still having problems with user 'backup' script
by davorg (Chancellor) on Dec 02, 2004 at 11:44 UTC |