Thread eigener name ausgeben (6 answers)
Opened by Gast at 2007-06-30 13:51

renee
 2007-06-30 17:11
#78078 #78078
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Unter Win32:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
C:\Perl\community>file.pl
$0: C:\Perl\community\file.pl
C:\Perl\community>more file.pl
#!/usr/bin/perl

use strict;
use warnings;

print '$0: ' , $0;

C:\Perl\community>
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread eigener name ausgeben