develooper Front page | perl.perl6.language | Postings from May 2001

RE: Apoc2 - <STDIN> concerns

From:
Lipscomb, Al
Date:
May 7, 2001 10:31
Subject:
RE: Apoc2 - <STDIN> concerns
Message ID:
38E757170F3F174CB31DF0D37B87B77EAE09@EVS02.stpete.hsn.net

> 
>     $$STDIN		# Return one element regardless of context.
>     @$STDIN		# Return number of element wanted by context.
>     *$STDIN		# Return all element regardless of context.
> 

How about

 
     $STDIN.$		# Return one element regardless of context.
     $STDIN.@		# Return number of element wanted by context.
     $STDIN.*		# Return all element regardless of context.
 




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About