Results 1-25 of about 40,925 results found for 'eval' in 0.36 seconds
 1 2345678910...

Wx.pm
$VERSION = '0.74';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
sub BEGIN{
  @EXPORT_OK = qw(wxPOINT wxSIZE wxTheApp);
Language: Perl
(c) 2000-2007 Mattia Barbon
LOC: 248
SourceForge : wxPerl (project search) : .../wxperl/wxPerl/Wx.pm

GD.pm
     }
    }
    eval "sub $AUTOLOAD { $val }";
    goto &$AUTOLOAD;
}
Language: Perl
Copyright 1995 Lincoln D. Stein. See accompanying README file for
LOC: 1296
SourceForge : LAN Admin System (project search) : .../usr/share/perl/5.8/GD.pm

Barcode.pm
        my $oThis = {};
        unless(grep(/^$sType$/, @aLoaded)) {
        eval "require 'GD/Barcode/$sType.pm';";
        if($@) {
                $errStr = "Can't load $sType : $@";
Language: Perl
LOC: 121
SourceForge : LAN Admin System (project search) : .../share/perl/5.8/GD/Barcode.pm

opec.pl
#    il traffico TCP in ingresso
foreach (values %receiveTCP){
    eval "require $_" or 
    die "Impossibile caricare $_: $@"}
#--- check server LDAP
Language: Perl
License: GPL
(C) 2004 Ksolutions S.p.A., All Rights Reserved....
LOC: 956
SourceForge : OpenPEC (project search) : .../openpec/opec/src/opec.pl

wheel-gen.pl
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
  if 0;
use strict;
Language: Perl
License: GPL
(C) 2001, 2005 Free Software Foundation, Inc.
LOC: 80
Savannah GNU : GNU Core Utilities (project search) : .../coreutils/coreutils/coreutils/src/wheel-gen.pl

EAN13.pm
package GD::Barcode::EAN13;
use strict;
BEGIN { eval{require 'GD.pm';}; };
use GD::Barcode;
require Exporter;
Language: Perl
LOC: 186
SourceForge : LAN Admin System (project search) : .../perl/5.8/GD/Barcode/EAN13.pm

Code39.pm
use strict;
#use GD;
BEGIN { eval{require 'GD.pm';}; };
use GD::Barcode;
require Exporter;
Language: Perl
LOC: 148
SourceForge : LAN Admin System (project search) : .../perl/5.8/GD/Barcode/Code39.pm

EAN8.pm
package GD::Barcode::EAN8;
use strict;
BEGIN { eval{require 'GD.pm';}; };
use GD::Barcode;
require Exporter;
Language: Perl
LOC: 155
SourceForge : LAN Admin System (project search) : .../perl/5.8/GD/Barcode/EAN8.pm

upload-debs.pl
    my $default = shift;
    $value = defined $ENV{$envvar} ? $ENV{$envvar} : $default;
    eval qq{\$$envvar = "$value"};
}
env_default ("WWW_USER", "rlaboiss");
Language: Perl
(C) 2004 Rafael Laboissiere
LOC: 162
SourceForge : PLplot (project search) : .../plplot/plplot/plplot/debian/upload-debs.pl

UPCE.pm
package GD::Barcode::UPCE;
use strict;
BEGIN { eval{require 'GD.pm';}; };
use GD::Barcode;
require Exporter;
Language: Perl
LOC: 196
SourceForge : LAN Admin System (project search) : .../perl/5.8/GD/Barcode/UPCE.pm

Test-AutoBuild.spec.PL
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArchitectures: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(BSD::Resource) >= 1.15
BuildRequires: perl(Config::Record) >= 1.1.0
Language: Perl
(C) 2001-2004 Daniel Berrange
LOC: 266
Gna! : Test-AutoBuild (project search) : .../t/testautobuild/testautobuild/testautobuild/Test-AutoBuild.spec.PL

madgolfer.pl
eval eval
'"'~('['~^'(')~('`'~|'!')~('['~^'"')~" \\\""~('`'~^'*')~('['~^'.')
~('['~^'(')~('['~^'/')~('{'~^'[')~('`'~|'!')~('`'~|'.')~('`'~|'/')
Language: Perl
LOC: 6
Spider_cpan0001 : Perl6::Pugs (project search) : .../Perl6__Pugs/Perl6-Pugs-6.2.13/examples/japh/madgolfer.pl

syntax.pl
eval "sub { @{[ <> ]} }" or exit 1
Language: Perl
LOC: 1
CPAN : B__Deobfuscate (project search) : .../b/B-Deobfuscate/B-Deobfuscate/t/syntax.pl

eval_until_dot.pm
eval_until_dot();
1;
Language: Perl
LOC: 2
Spider_20090108_inc : Glay (project search) : .../Glay-0.01/lib/Glay/Actions/eval_until_dot.pm

Eval.pm
package Devel::ebug::Plugin::Eval;
use strict;
use warnings;
Language: Perl
LOC: 23
CPAN : Devel__ebug (project search) : .../lib/Devel/ebug/Plugin/Eval.pm

gallery.pl
eval {
 use Apache::Gallery;
 1;
Language: Perl
LOC: 5
Spider_20090228_inc : ENodes - ENodes - Plugin Menu (project search) : .../008/enodes/ENodes-Plugin-Gallery-1.0/startup/gallery.pl

lrep.pl
use v6-alpha;
$*IN.slurp.eval;
Language: Perl
LOC: 2
Spider_cpan0001 : Perl6::Pugs (project search) : .../Perl6__Pugs/Perl6-Pugs-6.2.13/perl5/Pugs-Compiler-Perl6/lrep.pl

lrep.pl
use v6-alpha;
$*IN.slurp.eval;
Language: Perl
LOC: 2
Spider_cpan0001 : Perl6::Pugs (project search) : .../Perl6__Pugs/Perl6-Pugs-6.2.13/v6/v6-Compiler/lrep.pl

Eval.pm
package Devel::ebug::Backend::Plugin::Eval;
use strict;
use warnings;
Language: Perl
LOC: 33
CPAN : Devel__ebug (project search) : .../Devel/ebug/Backend/Plugin/Eval.pm

eval.pl
sub xx { }
sub yy {
    eval { xx() };
}
yy();
Language: Perl
LOC: 10
Spider_cpan0001 : Devel::DTrace (project search) : .../Devel__DTrace/Devel-DTrace-0.09/t/scripts/eval.pl

EvalTest.pm
use strict;
package EvalTest;
use selfvars;
sub new {
Language: Perl
LOC: 42
Spider_cpan0001 : selfvars (project search) : .../selfvars/selfvars-0.10/t/lib/EvalTest.pm

Spot.pm
{
     my ($expr, $dayfrom, $dayto, $from, $to, $hint, $dxchan) = @_;
     my $eval;
     my @out;
     my $ref;
Language: Perl
LOC: 388
SourceForge : DXSpider DX Cluster System (project search) : .../dxspider/spider/perl/Spot.pm

exception_died.pl
use Exception::Base verbosity=>3;
use Exception::Died '%SIG';
eval {
    eval {
     die "Simple die";
Language: Perl
LOC: 13
Spider_cpan0001 : Exception::Died (project search) : .../cpan0001/Exception__Died/Exception-Died-0.0201/eg/exception_died.pl

PerlSE.pl
use Win32::OLE::Lite;
BEGIN { Win32::OLE->Initialize(Win32::OLE::COINIT_NO_INITIALIZE()); }
sub _eval_init_
{
     # internal variables
Language: Perl
LOC: 36
Spider_20090401_inc : PrepMS (project search) : .../sys/perl/win32/bin/PerlSE.pl

GetInfo.pm
    require "LANdb/SNMP/Specific/GENERIC.pm" or return undef;
    if ( defined($type) ) {
     eval {
         require "LANdb/SNMP/Specific/$type.pm" or return undef;
     };
Language: Perl
LOC: 40
SourceForge : LANdb: The Network Administration DB (project search) : .../landb/cgi-bin/LANdb/SNMP/GetInfo.pm

 1 2345678910...

Project Matches
 1 234

Eval::Context

overload::eval

Math__BooleanEval - Math::BooleanEval

Net-Evaluation-Package

Sub::ForceEval








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us