#!/usr/bin/perl -w use strict; BEGIN { eval 'require NoneSuch'; die "Hey, you forgot to install NoneSuch!\n\n" if $@; import NoneSuch ("ImportedFunc"); } my $None = NoneSuch->new("foo"); ImportedFunc("bar");
--
flounder
In reply to Re: dynamic use and missing .dll
by flounder99
in thread dynamic use and missing .dll
by smackdab
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |