PageRenderTime 24ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-25/SWIG/Examples/test-suite/perl5/import_nomodule_runme.pl

#
Perl | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 8e8900562f55f184d927e7141db8af82 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. use import_nomodule;
  2. $f = import_nomodule::create_Foo();
  3. import_nomodule::test1($f,42);
  4. $b = new import_nomodule::Bar();
  5. import_nomodule::test1($b,37);