my Perl is rusted...
This commit is contained in:
5
code/id2h.pl
Executable file
5
code/id2h.pl
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/perl -w
|
||||
use strict;
|
||||
use code::id2h;
|
||||
|
||||
TraiterLigne("ID un texte quelconque.");
|
||||
8
code/id2h.pm
Executable file
8
code/id2h.pm
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/perl -w
|
||||
use strict;
|
||||
sub TraiterLigne($)
|
||||
{
|
||||
my $in = shift;
|
||||
print "input: $in\n";
|
||||
}
|
||||
1;
|
||||
Reference in New Issue
Block a user