#!/usr/bin/perl -w use strict; BEGIN { if (0) { use Non_existant_module; } } [download]
In reply to Re^2: use depending on environment by jZed in thread use depending on environment by Andre_br