- or download this
if ($foo == 7)
{
$foo++;
}
- or download this
#!/usr/bin/perl -w
use strict;
my $foo;
...
$foo++;
}
print($foo);
- or download this
#!/usr/bin/perl -w
use strict;
my $foo;
...
$foo++;
}
print($foo);
- or download this
if ($foo == 7)
{
$foo++;
}