in reply to Readonly variable
#!/usr/bin/perl -w my $const = \"Something\n"; chomp( my $newvar = $$const ); print "$newvar "; print "Should be on the same line...\n";
Mike - mps@discomsys.com
"The two most common elements in the universe are hydrogen... and stupidity."
Harlan Ellison
|
|---|