#!/usr/bin/perl -w use strict; if($ARGV) { my $input=$ARGV; print "This is number ".$input; }