Now run that and you'll see that all the data is intact.#!/usr/bin/perl -w #no need here, but you should put this in all your scripts. use strict; while (<>) { print "$_\n"; }
Rich
In reply to Re: Re: Re: A string that begins with $ (again)
by rchiav
in thread A string that begins with $ (again)
by johan_paz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |