> ... but what exactly is the "<<" function called?

It's called a "here doc" - it's a unix/shell convention, allowing 
multiline input:
$ mail root <<EOM
> hi
> 
> mom
> 
> .
> EOM

(old 'mail' ends w/ a '.' on line by itself)

perldoc -q HERE.Doc

Found in /usr/lib/perl5/5.8.0/pod/perlfaq4.pod
       Why don?t my <<HERE documents work?
...



-------------------
Andy Bach
Systems Mangler
Internet: andy_b...@wiwb.uscourts.gov
Voice: (608) 261-5738; Cell: (608) 658-1890

Entropy just ain't what it used to be
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to