#!/usr/bin/perl use strict; use vars qw($a $b); print "a: $a\n"; print "b: $b\n"; #### [me@host]$ perl -s tmp.pl -a a: 1 b: [me@host]$ #### ------------ :Wq Not an editor command: Wq