Search Results

Search: Posts Made By: tine
2,737
Posted By tine
I found out what was causing the problem.. ...
I found out what was causing the problem..

The file i was trying to send was made in the same script before sending it:
foreach $key (@keys){
print pegasus_file $temp_naam{$key};
}

and i...
2,737
Posted By tine
unfortunately it didn't help. It does use the...
unfortunately it didn't help.
It does use the right file, it just doesn't use the whole of the file..
2,737
Posted By tine
mail message attachment not complete
Hi,
I use MIME::Lite to send an e-mail with an attachment:
$msg = MIME::Lite->new(
From =>$usermail,
To =>$tomail,
Subject =>'Nieuw Pegasus Adresboek',
Type =>'multipart/mixed'
);
...
13,692
Posted By tine
I finally found a way to solve this problem... ...
I finally found a way to solve this problem...

I give the checkbox_group a value before it is printed, so now i use:

param('studenten_in_groep' => @member_keys);
...
3,183
Posted By tine
I think you should leave the spaces out in this...
I think you should leave the spaces out in this line before and after the = .
13,692
Posted By tine
In a previous answer you give me a piece of code...
In a previous answer you give me a piece of code to use;
checkbox_group(
-name=>'studenten_in_groep',
-values=>[@member_keys],
-defaults=>[@member_keys],
...
13,692
Posted By tine
A reference to an array is allways done using...
A reference to an array is allways done using \@array, not [@array], isn't it?
Where am i misspelling?

I copied and pasted your code, but still the same.
13,692
Posted By tine
The array i use for defaults is the same as the...
The array i use for defaults is the same as the array for values. So i am sure that it is populated..

Warnings turned on, but nothing about this problem. The defaults option seems to be ignored...
13,692
Posted By tine
There is no error!
There is no error!
7,732
Posted By tine
Thanks Ygor, works perfectly. Awk is still a...
Thanks Ygor, works perfectly.
Awk is still a mystery to me, but i think i'll have to learn to work with it, seems very usefull!
13,692
Posted By tine
I have tried using a scalar, but still no luck..
I have tried using a scalar, but still no luck..
13,692
Posted By tine
I have seen examples with and without an 's' and...
I have seen examples with and without an 's' and tried both, but still no luck.
I looked at the source code and the values are correct.
7,732
Posted By tine
add new line using SED
Hi,

I want to add two new lines to a file.
I have:
dn: uid=beele,ou=medewerker,dc=hva,dc=nl
street: Wibautstraat 2-4

dn: uid=beelx,ou=medewerker,dc=hva,dc=nl
street: Wibautstraat 2-4

I...
13,692
Posted By tine
The code in my first message is what i use; ...
The code in my first message is what i use;

checkbox_group(-name=>'studenten_in_groep',
-values=>\@member_keys,
-defaults=>\@member_keys, ...
13,692
Posted By tine
This is the same example that i have used to form...
This is the same example that i have used to form my script.
But in stead of default=>['eenie','moe'] i use an array, wich should have the same effect.
But it doesn't!
Even if i write out a few...
13,692
Posted By tine
checkbox_group => CGI, Perl
Hi,

In my cgi script(written in Perl using cgi.pm) i have a checkbox and i want all the items to be checked. Here is what i use:

checkbox_group(-name=>'studenten_in_groep',...
63,796
Posted By tine
It works perfectly! Obrigado!
It works perfectly!
Obrigado!
63,796
Posted By tine
join two lines together
Hi,
I have a file with on one line a uid, and on the next line a date. I am trying to make the to into one line.
Here's an example:

koppx
20031125

kraan
20031119

sarox
20031107

And...
6,025
Posted By tine
No, you are right, they are not unix uid's, but...
No, you are right, they are not unix uid's, but LDAP uid's!!
6,025
Posted By tine
QUOTE]And btw, uids are integers, perhaps those...
QUOTE]And btw, uids are integers, perhaps those are user names.[/QUOTE]
uid stands for Unique ID, and as long as it is unique, it can consist of anything! A user name can also be a uid..[
6,025
Posted By tine
some extra info: File1 contains 3500 uid's, File2...
some extra info: File1 contains 3500 uid's, File2 contains 6500 uid's
6,025
Posted By tine
The numbers are the size of the file.. ...
The numbers are the size of the file..


The content of the files i want to get the unique values are uid's, the files i used to test with contain names:


I got rid of the spaces by using...
6,044
Posted By tine
why are you using -e ? It should work without...
why are you using -e ?
It should work without that.

Tine
6,025
Posted By tine
comm ?!
Hi,
I have two large files with uid's:
- 581004 File1.txt
- 292675 File2.txt

I want to know which uid's are in File1.txt and not in File2.txt.
I have used comm -23 File1.txt File2.txt. This...
3,513
Posted By tine
Hi, I am dealing with the same problem at the...
Hi,
I am dealing with the same problem at the moment. When a name has an é or an ö or any letter like that, in unix it is displayed as \366. This is not ASCII code and i am trying to find out what it...
Showing results 1 to 25 of 40

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