Topic awaiting preservation: Open File, Read File,Close File. ISE.. DAM |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: |
posted 11-27-2002 21:46
Greetz, More Problems with Trigs quest to Learn Perl quote:
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 11-27-2002 22:06
Hokay couple of things |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 11-27-2002 22:10
oh this works fine on mine. code: #!/usr/bin/perl -w
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 11-27-2002 22:16
and hell I'm bored so here's another way to write it (and much more perl like) you may want to look at the strict pragma in a bit. Virtually noone uses perl without it these days code: #!/usr/bin/perl -w
|