Skip to content

Instantly share code, notes, and snippets.

@tryperl
Created December 22, 2013 02:35
Show Gist options
  • Save tryperl/8077815 to your computer and use it in GitHub Desktop.
Save tryperl/8077815 to your computer and use it in GitHub Desktop.
Created by www.tryperl.com.
#!/usr/local/bin/perl
print("Enter the input now \n");
#@InputArray = <STDIN>;
$Var = 5;
print( " $Var \n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment