in reply to multi-platform browser launch?

you can do a "whereis firefox" or "whereis mozilla" , that might help find where the program really is

i guess if this is a script that's not a web thing, and it seems like it's not, then you could also use backticks.. like if you want to get the "date" output into a var, my $date=`date`;