Help for this page
perl -e "-d (\"/tmp\") and print \"aack\n\"";
#!/usr/local/bin/perl -d "/tmp" and print "/tmp is a directory\n";