I just wanted to know how can I send variable that are set to bash script to Perl script. For Example
bash script
#!/bin/bash
var="bob"
perl perlscript.pl
return 0
so when the perlscript is launched I want to have bob in Perl script
#!/usr/bi/perl -w
print ""