- or download this
Name: /root/Desktop/rework.pl
Version: v2.0.0
...
get_fields_plan
get_params
trim
- or download this
perl -c script.pl
perl -w script.pl
perl -MO=Lint script.pl
perltidy script.pl
- or download this
#!/usr/bin/perl
...
$$sref =~ s/^\s+//;
$$sref =~ s/\s+$//;
}