in reply to dereferencing problem
output:Height = 200 Width = 300($width, $height) = gifdim('test_text'); print "Height = $$height Width = $$width \n"; exit; sub gifdim ($) { my $filename = $_[0]; my $height =200; my $width =300; return \($width, $height); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: dereferencing problem
by NereDoWell (Initiate) on Mar 14, 2003 at 23:19 UTC |