gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Re: tagline robustness


From: Ollivier Robert
Subject: Re: [Gnu-arch-users] Re: tagline robustness
Date: Sun, 24 Aug 2003 00:40:33 +0200
User-agent: Mutt/1.5.3i

According to wave++:
> How do you "quote" it? When writing perl you have to remember to not
> write lines like this:
> 
>   $id = $something;

Nope, the expansion is done when "$<keyword>$" or "$<keyword>:.*$" is
found. The following idiom is usually used for that or you can put the
$keyword$ in a comment.

my $argv0 = basename($0);
my $version = sprintf("%d.%d", q$Revision: 1.4 $ =~ /(\d+)\.(\d+)/); 
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- address@hidden
Darwin snuadh.freenix.org Kernel Version 6.6: Thu May  1 21:48:54 PDT 2003




reply via email to

[Prev in Thread] Current Thread [Next in Thread]