- or download this
#!/usr/bin/perl -w
...
if( $opt_h ) { $height = $opt_h ; }
print "$height:$width\n";
- or download this
Global symbol "$opt_w" requires explicit package name at ./adjust.pl l
+ine 14.
- or download this
#!/usr/bin/perl -w
...
if( $opt_h ) { $height = $opt_h ; }
print "$width:$height\n";
- or download this
$ ./my.pl -w 1000 -h 9
- or download this
500:500