Search Results

Search: Posts Made By: zing_foru
1,553
Posted By elixir_sinari
Yes. my $usernamekey='UNIX'; my...
Yes.
my $usernamekey='UNIX';
my $passwordvalue='XXXXXX';

my %acct=( $usernamekey => 'boy',
'password' => $passwordvalue );

my @k=keys %acct;
my @v=values %acct;

print "Keys :...
Forum: Programming 04-05-2011
1,854
Posted By JohnGraham
I believe it conforms to C99, but not C89 -...
I believe it conforms to C99, but not C89 - you'll get an error if you compile in 89 mode with the -pedantic flag.

I only see cons if you're going to port to a compiler that doesn't support this....
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy