Discussions Populaires Dans la Communauté CGI Perl

S'abonner

Questionnez la Communauté


Ask any professional question and get answers from other specialists.

Stream language
Sameer Ahmed Z's image
La question a été ajoutée par Sameer Ahmed Z Project Assitant Indian Institute of Science
Depuis 7 années
Réponses:
2
Adeptes:
Vues:
134
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Sameer Ahmed Z's image
La question a été ajoutée par Sameer Ahmed Z Project Assitant Indian Institute of Science
Depuis 7 années
Réponses:
3
Adeptes:
Vues:
148
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Sameer Ahmed Z's image
La question a été ajoutée par Sameer Ahmed Z Project Assitant Indian Institute of Science
Depuis 7 années
Réponses:
3
Adeptes:
Vues:
165
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Mohammad kasid's image  
La répondre a été ajoutée par  Mohammad kasid, ICT Engineer (Sr. Database Administrator), Ericsson Global India Ltd.
Depuis 5 années

Boolean context is simply any place where an expression is being evaluated to see whether it's true or false.

Signaler CV
Mohammad kasid's image  
La répondre a été ajoutée par  Mohammad kasid, ICT Engineer (Sr. Database Administrator), Ericsson Global India Ltd.
Depuis 5 années

Perl treats same variable differently based on Context, i.e., situation where a variable is being used.  Assuming an array @my_array=("MOHD","KASID") ... Voir Plus

Signaler CV
sreenivasa murthy Raju's image  
La répondre a été ajoutée par  sreenivasa murthy Raju, Technical Lead, Saudi Telecom Company
Depuis 6 années

Perl has three basic Variables types such as 1.Scalars 2.Arrays 3.Hashes Scalars are single values: numbers, strings, and so on

Signaler CV
sreenivasa murthy Raju's image  
La répondre a été ajoutée par  sreenivasa murthy Raju, Technical Lead, Saudi Telecom Company
Depuis 6 années

Perl does not have specific boolean type, but every scalar value when it checked using if condition will be either true or false. for example: if($variable eq "Hello ... Voir Plus

Signaler CV
Tunji Durodola's image  
La répondre a été ajoutée par  Tunji Durodola, General Manager, Card Management Services, National Identity Management Commission
Depuis 6 années

Yes. But PERL is a plain text language, but does support C-like languages. Many components of PERL itself have C internals, especially highly optimised modules and librar ... Voir Plus

Signaler CV
Rajiv Biswal's image  
La répondre a été ajoutée par  Rajiv Biswal
Depuis 7 années

Boolean context holds true and false value. There is three way we can identify the false statement 1.if the value is 0 2.if the value is " " i.e. null 3.if the ... Voir Plus

Signaler CV
Rajiv Biswal's image  
La répondre a été ajoutée par  Rajiv Biswal
Depuis 7 années

Yes it is possible.But We cannot compile it.

Signaler CV