Sponsored Content
The Lounge What is on Your Mind? Happy SysAdmin Appreciation Day! Post 302543817 by clx on Tuesday 2nd of August 2011 06:59:09 AM
Old 08-02-2011
Belated wishes to all the sysadmins [and moderators].
I also wasn't aware of this day. Thanks Pludi. Smilie

Was just looking at the gift ideas on the website (Post #1 ).

* Blu-Ray Video Player and a few movies
* Home Theater System | All-in-one Office System
* XM Radio or Sirius Radio
* MP3 / Video Player
* Apple iPod Touch
* Motorola Droid X Cell phone
* HTC Incredible Cell Phone
* Sony PSP PlayStation Portable
* Sony PS3 Game Console
* Microsoft XBOX 360 Slim Game Console
* Apple iPhone 4 Cell Phone
* Large screen LCD TV (bigger is better)

I wish I'd be a sysadmin. Smilie
This User Gave Thanks to clx For This Post:
 

5 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Sysadmin Day.

We have Labour day, Secretary Day Etc. But there is another day upcoming, which is System Administrator Day. (System Administrator Appreciation Day Friday - July 26th, 2002) http://www.sysadminday.com/ " Nice to hear that all our hardworks are getting noticed " :cool: (2 Replies)
Discussion started by: killerserv
2 Replies

2. What is on Your Mind?

Happy turkey day!

Hello all, Happy turkey day! I have no questions at this time. (1 Reply)
Discussion started by: mskcc
1 Replies

3. Red Hat

Happy Document Freedom Day

Document Freedom Day (DFD) is a global grassroots effort* to promote and build awareness of the importance of free document formats in particular and open standards in general.* If you have ever received a document from a friend that your software could not open, then you know the frustration of... (0 Replies)
Discussion started by: Linux Bot
0 Replies

4. News, Links, Events and Announcements

Sysadmin Day Meetup in NYC

Hi All, I just joined this forum, and I think its great! I wanted to let you know in honor of Systems Administrator Appreciation Day (which is next Friday, as you probably know), I'm organizing a meetup in New York City to celebrate. I've made a page with more information here: ... (0 Replies)
Discussion started by: MPSimmons
0 Replies

5. What is on Your Mind?

Alita Battle Angel - Happy Valentines Day

Just saw Alita Battle Angel with my Valentine and we really liked it. Hope many will go see it so they will make a sequel. https://www.unix.com/members/1-albums221-picture1089.jpg (0 Replies)
Discussion started by: Neo
0 Replies
Excel::Template::Element::Cell(3pm)			User Contributed Perl Documentation		       Excel::Template::Element::Cell(3pm)

NAME
Excel::Template::Element::Cell - Excel::Template::Element::Cell PURPOSE
To actually write stuff to the worksheet NODE NAME
CELL INHERITANCE
ELEMENT ATTRIBUTES
o TEXT This is the text to write to the cell. This can either be text or a parameter with a dollar-sign in front of the parameter name. o COL Optionally, you can specify which column you want this cell to be in. It can be either a number (zero-based) or an offset. See Excel::Template for more info on offset-based numbering. o REF Adds the current cell to the a list of cells that can be backreferenced. This is useful when the current cell needs to be referenced by a formula. See BACKREF and RANGE. o WIDTH Sets the width of the column the cell is in. The last setting for a given column will win out. o TYPE This allows you to specify what write_*() method will be used. The default is to call write() and let Spreadsheet::WriteExcel make the right call. However, you may wish to override it. Excel::Template will not do any form of validation on what you provide. You are assumed to know what you're doing. The legal types (taken from Spreadsheet::WriteExcel) are: o COMMENT Add a comment to the cell o blank o formula o number o string o url o date_time other write_* methods as defined defined Spreadsheet::WriteExcel would be integrated by request CHILDREN
FORMULA EFFECTS
This will consume one column in the current row. DEPENDENCIES
None USAGE
<cell text="Some Text Here"/> <cell>Some other text here</cell> <cell text="$Param2"/> <cell>Some <var name="Param"> text here</cell> In the above example, four cells are written out. The first two have text hard-coded. The second two have variables. The third and fourth items have another thing that should be noted. If you have text where you want a variable in the middle, you have to use the latter form. Variables within parameters are the entire parameter's value. Please see Spreadsheet::WriteExcel for what constitutes a legal formula. AUTHOR
Rob Kinyon (rob.kinyon@gmail.com) SEE ALSO
ROW, VAR, FORMULA perl v5.14.2 2012-04-29 Excel::Template::Element::Cell(3pm)
All times are GMT -4. The time now is 03:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy