Re: Backup and Incremental Backup Perl Scripts
From: Wanja Chresta <wanja.chresta_at_gmail.com>
Date: 2005-05-24 11:23:34 CEST
Hi Trystan
shift takes the first item of an Array (a List) and returns it.
If you don't give any argument to shift it will use @ARGV (or @_ in a
my $var1 = shift;
Also take a look at:
HTH
Wanja
2005/5/24, Hughes, Trystan <Trystan.Hughes@assetco.com>:
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.