help-gnu-emacs
[Top][All Lists]
Advanced

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

Bug : Perl indentation


From: na frederic
Subject: Bug : Perl indentation
Date: Tue, 7 Jun 2005 16:45:15 +0200 (CEST)

There is a trouble when I try to indent code after a #
is found inside a print command.

I have this indentation with # present inside a print
command.

print "\n # Parcours de $main::arg #########";
    while(<FICHIERLOG>)
{
    $main::line = $_;
}

And I have this one when #is not present inside a
print command.

print "\n Parcours de $main::arg";
while(<FICHIERLOG>)
{
    $main::line = $_;
}

I think the while is badly indented.


        

        
                
_____________________________________________________________________________ 
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, 
photos et vidéos ! 
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com




reply via email to

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