- or download this
if ( $subkey eq 1 ) {
...
...
...
}
...
- or download this
elsif($new1 == /1/){
- or download this
elsif($new1 == /9/){
- or download this
elsif($new1 =~ /1/){
- or download this
elsif($new1 eq 1){
- or download this
#!/usr/bin/perl -w
...
print "=" x 10, $/;
}
- or download this
if ( $new1 == /1/ )
- or download this
Use of uninitialized value in pattern match (m//) at ./try.pl line 8.