- or download this
my $x; # one statement
$x = $y if {condition;} # two statement
- or download this
my $x if ...
presuming
my $x = $y if {condition;}
- or download this
sunorccws04 ~$ cat tpl ; ./tpl
#!/usr/bin/perl
...
0 is the x value
9 is the x value
0 is the x value
- or download this
sunorccws04 ~$ cat tpl ; ./tpl
#!/usr/bin/perl
...
0 is the x value
is the x value
0 is the x value