![]() |
#!/usr/local/bin/perl
$x = 1;
if($x)
{
# Expression
}
elsif($x)
{
# Expression
}
elsif($x)
{
|
Trouver le contexte de retour d’un subroutine à l’aide de ‘wantarray’
![]() |
#!/usr/bin/perl
############# Subroutine #############
# le mot subroutine en anglais sous-programme
|
Comment accéder et traiter les arguments d’un subroutine
![]() |
#!/usr/bin/perl
############# Subroutine #############
# le mot subroutine en anglais sous-programme
|