[Gllug] More Microsoft patents

Mark Fowler mark at twoshortplanks.com
Wed Feb 12 15:33:48 UTC 2003


On Wed, 12 Feb 2003 rich at annexia.org wrote:

> use English;
>
> $ARG is $_
>
> @_ doesn't appear to have an equivalent

It's '@ARG'. So You can do:

 sub foo
 {
   print $ARG[0];
 }

Etc.

-- 
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, mark at twoshortplanks.com, http://twoshortplanks.com/};

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list