- or download this
syntax error at 806010.pl line 12, near "$record {"
syntax error at 806010.pl line 29, near "}"
Execution of 806010.pl aborted due to compilation errors.
- or download this
#!/usr/bin/perl
...
print "$_ (o)\n" for @office_phones;
print "$_ (i)\n" for @international_phones;
- or download this
662-5555 (o)
+1 102 892-1314 (i)
- or download this
#!/usr/bin/perl
...
print "$_ (o)\n" for @office_phones;
print "$_ (i)\n" for @internat_phones;